home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 534.swf / scripts / frame_86 / DoAction.as
Text File  |  2006-01-17  |  5KB  |  131 lines

  1. if(result eq 31)
  2. {
  3.    numThirtyOne = new Array(14);
  4.    numThirtyOne[0] = _root.coin_t118.positionValue;
  5.    numThirtyOne[1] = _root.coin_t119.positionValue;
  6.    numThirtyOne[2] = _root.coin_t120.positionValue;
  7.    numThirtyOne[3] = _root.coin_t124.positionValue;
  8.    numThirtyOne[4] = _root.coin_t125.positionValue;
  9.    numThirtyOne[5] = _root.coin_t126.positionValue;
  10.    numThirtyOne[6] = _root.coin_t130.positionValue;
  11.    numThirtyOne[7] = _root.coin_t131.positionValue;
  12.    numThirtyOne[8] = _root.coin_t132.positionValue;
  13.    numThirtyOne[9] = _root.coin_t142.positionValue;
  14.    numThirtyOne[10] = _root.coin_t147.positionValue;
  15.    numThirtyOne[11] = _root.coin_t151.positionValue;
  16.    numThirtyOne[12] = _root.coin_t152.positionValue;
  17.    numThirtyOne[13] = _root.coin_t153.positionValue;
  18.    i = 0;
  19.    while(i < 14)
  20.    {
  21.       credit += numThirtyOne[i];
  22.       i++;
  23.    }
  24. }
  25. if(result eq 32)
  26. {
  27.    numThirtyTwo = new Array(14);
  28.    numThirtyTwo[0] = _root.coin_t120.positionValue;
  29.    numThirtyTwo[1] = _root.coin_t121.positionValue;
  30.    numThirtyTwo[2] = _root.coin_t122.positionValue;
  31.    numThirtyTwo[3] = _root.coin_t126.positionValue;
  32.    numThirtyTwo[4] = _root.coin_t127.positionValue;
  33.    numThirtyTwo[5] = _root.coin_t128.positionValue;
  34.    numThirtyTwo[6] = _root.coin_t132.positionValue;
  35.    numThirtyTwo[7] = _root.coin_t133.positionValue;
  36.    numThirtyTwo[8] = _root.coin_t134.positionValue;
  37.    numThirtyTwo[9] = _root.coin_t143.positionValue;
  38.    numThirtyTwo[10] = _root.coin_t147.positionValue;
  39.    numThirtyTwo[11] = _root.coin_t149.positionValue;
  40.    numThirtyTwo[12] = _root.coin_t150.positionValue;
  41.    numThirtyTwo[13] = _root.coin_t153.positionValue;
  42.    i = 0;
  43.    while(i < 14)
  44.    {
  45.       credit += numThirtyTwo[i];
  46.       i++;
  47.    }
  48. }
  49. if(result eq 33)
  50. {
  51.    numThirtyThree = new Array(11);
  52.    numThirtyThree[0] = _root.coin_t122.positionValue;
  53.    numThirtyThree[1] = _root.coin_t123.positionValue;
  54.    numThirtyThree[2] = _root.coin_t128.positionValue;
  55.    numThirtyThree[3] = _root.coin_t129.positionValue;
  56.    numThirtyThree[4] = _root.coin_t134.positionValue;
  57.    numThirtyThree[5] = _root.coin_t135.positionValue;
  58.    numThirtyThree[6] = _root.coin_t144.positionValue;
  59.    numThirtyThree[7] = _root.coin_t147.positionValue;
  60.    numThirtyThree[8] = _root.coin_t151.positionValue;
  61.    numThirtyThree[9] = _root.coin_t152.positionValue;
  62.    numThirtyThree[10] = _root.coin_t153.positionValue;
  63.    i = 0;
  64.    while(i < 11)
  65.    {
  66.       credit += numThirtyThree[i];
  67.       i++;
  68.    }
  69. }
  70. if(result eq 34)
  71. {
  72.    numThirtyFour = new Array(11);
  73.    numThirtyFour[0] = _root.coin_t130.positionValue;
  74.    numThirtyFour[1] = _root.coin_t131.positionValue;
  75.    numThirtyFour[2] = _root.coin_t132.positionValue;
  76.    numThirtyFour[3] = _root.coin_t136.positionValue;
  77.    numThirtyFour[4] = _root.coin_t137.positionValue;
  78.    numThirtyFour[5] = _root.coin_t138.positionValue;
  79.    numThirtyFour[6] = _root.coin_t142.positionValue;
  80.    numThirtyFour[7] = _root.coin_t147.positionValue;
  81.    numThirtyFour[8] = _root.coin_t149.positionValue;
  82.    numThirtyFour[9] = _root.coin_t150.positionValue;
  83.    numThirtyFour[10] = _root.coin_t153.positionValue;
  84.    i = 0;
  85.    while(i < 11)
  86.    {
  87.       credit += numThirtyFour[i];
  88.       i++;
  89.    }
  90. }
  91. if(result eq 35)
  92. {
  93.    numThirtyFive = new Array(11);
  94.    numThirtyFive[0] = _root.coin_t132.positionValue;
  95.    numThirtyFive[1] = _root.coin_t133.positionValue;
  96.    numThirtyFive[2] = _root.coin_t134.positionValue;
  97.    numThirtyFive[3] = _root.coin_t138.positionValue;
  98.    numThirtyFive[4] = _root.coin_t139.positionValue;
  99.    numThirtyFive[5] = _root.coin_t140.positionValue;
  100.    numThirtyFive[6] = _root.coin_t143.positionValue;
  101.    numThirtyFive[7] = _root.coin_t147.positionValue;
  102.    numThirtyFive[8] = _root.coin_t151.positionValue;
  103.    numThirtyFive[9] = _root.coin_t152.positionValue;
  104.    numThirtyFive[10] = _root.coin_t153.positionValue;
  105.    i = 0;
  106.    while(i < 11)
  107.    {
  108.       credit += numThirtyFive[i];
  109.       i++;
  110.    }
  111. }
  112. if(result eq 36)
  113. {
  114.    numThirtySix = new Array(9);
  115.    numThirtySix[0] = _root.coin_t134.positionValue;
  116.    numThirtySix[1] = _root.coin_t135.positionValue;
  117.    numThirtySix[2] = _root.coin_t140.positionValue;
  118.    numThirtySix[3] = _root.coin_t141.positionValue;
  119.    numThirtySix[4] = _root.coin_t144.positionValue;
  120.    numThirtySix[5] = _root.coin_t147.positionValue;
  121.    numThirtySix[6] = _root.coin_t149.positionValue;
  122.    numThirtySix[7] = _root.coin_t150.positionValue;
  123.    numThirtySix[8] = _root.coin_t153.positionValue;
  124.    i = 0;
  125.    while(i < 9)
  126.    {
  127.       credit += numThirtySix[i];
  128.       i++;
  129.    }
  130. }
  131.